[2017_HackCon] [REV] keygen-2

문제내용

This is the continuation of Keygen, solve that first. Now make a proper keygen.

nc defcon.org.in 8083

문제 풀이

keygen과 문제는 동일하나 문자열을 10번 보내라고 한다. 그냥 거져 주는 보너스 문제인거 같다.

"73766575737473726573766f6f64797871737575"

해당 값을 10번 보내고 nc로 응답을 기다리면 플래그를 획득할 수 있다.

$ (python -c 'print "73766575737473726573766f6f64797871737575\n"*10'|cat -)|nc defcon.org.in 8083